﻿/************   通用样式  *************/
body {
    width: 100%;
    background-color: #FFF;
}

/*页头部分*/
.m-header {
    width: 100%;
    margin: 0;
    padding: 0;
}
.m-header .m-logo {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
.m-header .u-logo {
    float: left;
    /*display: inline-block;*/
    width: 700px;
    margin-top: 35px;
    margin-left: 80px;
}

.m-header .u-contact {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-indent: 50px;
    margin-top: 80px;
    margin-right: 80px;
    background: url("../images/contact.png")  0 center no-repeat transparent;
}

@media screen and (min-device-width:1200px){
    .m-header .m-nav {
        width: 100%;
    }
}

.m-header .m-nav {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #d8211c;
}
.m-header .u-nav {
    width: 1200px;
    margin: 0 auto;
}
.m-header .u-nav li {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 0 15px;
}
.m-header .u-nav li a {
    display: inline-block;
    color: #FFF;
}

.m-header .u-nav li.s-current a,.m-header .u-nav li a:hover {
    color: #fff600;
}


/*页尾部分*/
.m-footer {
    width: 100%;
    background-color: #2a3b43;
    color: #FFF;
}
@media screen and (max-device-width:1200px) {
    .m-footer {
        width: 1200px;
    }
}
.m-footer a {
    color: #FFF;
}
.m-footer a:hover {
    color: #fff600;
}
.w-container {
    width: 1200px;
    margin: 0 auto;
}

.m-information {
    padding:  20px;
    border-bottom:  1px dashed #FFF;
}
.m-footer .u-logo {
    float: left;
    display: inline-block;
    padding: 40px 0;
	margin-left: 60px;
}

.m-footer .u-information {
    float: right;
	margin-right: 60px;
}
.u-information p {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-indent: 48px;
}
.u-information .ico-address {
    background: url("../images/address.png") 0 center no-repeat transparent;
}
.u-information .ico-phone {
    background: url("../images/phone.png") 0 center no-repeat transparent;
}
.u-information .ico-email {
    background: url("../images/email.png") 0 center no-repeat transparent;
}


.m-footer .m-copyright {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    padding: 20px 0 30px;
}
/**首页视频播放***/
#mp4Container{
text-align: center;
margin: 0 auto;
}
#mp4Container .dadaoVideo{
width:800px;
height:460px;
}
/************   各个页面样式  *************/
/*主体部分*/
.m-main {

}
@media screen and (max-device-width:1200px) {
    .m-banner {
        width: 1200px;
    }
}
.m-banner img {
    width: 100%;
}

.m-content {
    width: 1200px;
    margin: 0 auto;
}
.m-content h2 {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #FFF;
    background-color: #d8211c;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    padding: 0 35px;
    margin-top: 40px;
}
@media screen and (max-device-width:1200px) {
    .m-content h2 {
        margin-left: 40px;
    }
}

.m-content .u-content {
    text-align: center;
    margin-top: 20px;
}
.m-content .u-content img {
    margin: 10px 0;
}
.m-video {
    text-align: center;
    margin-top: 30px;
}
.video-box{
    position: relative;
    display: inline-block;
}
.video-box video{
    display: inline-block;
    vertical-align: baseline;
}
.video-box .video-img{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 800px;
    height: 450px;
    z-index: 999;
    background: url("../images/bg_video.png") no-repeat transparent;
    background-size: 100% 100%;
    cursor:pointer;
}
.video-box video {
    width: 800px;
    height: 450px;
}


/*企业活动页样式*/
.m-list {
    width: 1200px;
    font-size: 24px;
    color: #646464;
    margin: 40px auto;
}

.m-list section {
    padding: 25px 28px;
    background-color: #eeeeee;
    box-shadow: 0px 10px 10px #e66e6b;
    -moz-box-shadow: 0px 10px 10px #e66e6b;
    -webkit-box-shadow: 0px 10px 10px #e66e6b;
    clear: both;
    margin-bottom: 20px;
}
.u-titlepic {
    float: left;
}
.m-list img {
    width: 400px;
    height: 250px;
    margin-right: 40px;
}
.m-list h2 {
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    font-weight: normal;
}
.m-list .u-smalltext {
    height: 144px;
    line-height: 36px;
    overflow: hidden;
}
.m-list .u-readmore {
    color: #d8211c;
}
.m-list .u-newstime {
    height: 48px;
    line-height: 48px;
    text-align: right;
    margin-top: 10px;
}

.m-list .u-showpage {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 50px auto;
}
.m-list .u-showpage a,.m-list .u-showpage b {
    border:  1px solid #666666;
    padding: 5px 15px;
}
.m-list .u-showpage a b {
    border: none;
    padding: 0;
}

/*文章内容页样式*/
.box-newstext {
    width: 1200px;
    line-height: 36px;
    font-size: 24px;
    margin: 0 auto 50px;
}
.box-newstext .u-info {
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 50px;
    border-bottom:  1px solid #666666;
}
.box-newstext .u-info span {
    padding: 0 15px;
}
.box-newstext .m-newstext {
    padding: 20px;
}
.box-newstext p {
    line-height: 36px;
    padding: 10px 0;
}


/*联系我们*/
.m-content.s-contact {
    height: 1200px;
    background: url("../images/bg_contactform.jpg") 597px top no-repeat transparent;
    margin: 40px auto;
    position: relative;
}
.s-contact .u-title {
    height: 454px;
    line-height: 454px;
    text-align: center;
    font-size: 174px;
    color: #d8211c;
}
.s-contact .u-title span {
    color: #FFF;
}


.s-contact section {
    position: absolute;
    top: 478px;
    z-index: 1000;
    margin: -185px 30px 0;
}

.s-contact .box-form {

}

.s-contact .u-information {
    float: left;
    width: 455px;
    background-color: #d8211c;
    border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    box-shadow: 0px 10px 10px #c5c5c5;
    -moz-box-shadow: 0px 10px 10px #c5c5c5;
    -webkit-box-shadow: 0px 10px 10px #c5c5c5;
    padding: 215px 0;
}
.s-contact .u-information p {
    width: 290px;
    height: 60px;
    line-height: 30px;
    text-indent: 0;
    padding-left: 50px;
    font-size: 24px;
    color: #FFF;
    margin: 50px 60px;
}
.s-contact .u-information p.ico-phone,.s-contact .u-information p.ico-email {
    line-height: 60px;
}


.s-contact .u-contactform {
    float: right;
    width: 685px;
    border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    box-shadow: 0px 10px 10px #c5c5c5;
    -moz-box-shadow: 0px 10px 10px #c5c5c5;
    -webkit-box-shadow: 0px 10px 10px #c5c5c5;
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 57px;
}
.s-contact .u-contactform form {
    margin-left: 60px;
}
.s-contact .u-contactform input {
    width: 500px;
    height: 78px;
    line-height: 78px;
    text-indent: 30px;
    font-size: 24px;
    color: #656565;
    margin-bottom: 20px;
    border: 2px solid #d8211c;
}
.s-contact .u-contactform textarea {
    width: 500px;
    height: 158px;
    line-height: 78px;
    text-indent: 30px;
    font-size: 24px;
    color: #656565;
    margin-bottom: 20px;
    border: 2px solid #d8211c;
}
.s-contact .u-contactform .u-submit {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: 8px;
    bottom: 20px;
    text-align: center;
    text-indent: 0;
    color: #FFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background-color: #d8211c;
}



